home *** CD-ROM | disk | FTP | other *** search
/ Web Shop Designer 2000 / Web Shop Designer 2000 - Disc 1.iso / Web Examples / Data Bases / widget.mdb / Products.json < prev   
JavaScript Object Notation  |  1998-03-19  |  891b

  1. {
  2.     "schema": {
  3.         "ProductID": "Long Integer",
  4.         "ProductName": "Text (50)",
  5.         "ProductDescription": "Text (255)",
  6.         "CategoryID": "Long Integer",
  7.         "UnitPrice": "Currency",
  8.         "ReorderLevel": "Long Integer",
  9.         "LeadTime": "Text (30)"
  10.     },
  11.     "data": [
  12.         {
  13.             "ProductID": 1,
  14.             "ProductName": "Dharamsala Tea",
  15.             "CategoryID": 1,
  16.             "UnitPrice": 18,
  17.             "ReorderLevel": 10,
  18.             "LeadTime": "10 Days"
  19.         },
  20.         {
  21.             "ProductID": 2,
  22.             "ProductName": "Tibetan Barley Beer",
  23.             "CategoryID": 1,
  24.             "UnitPrice": 19,
  25.             "ReorderLevel": 25,
  26.             "LeadTime": "10 Days"
  27.         },
  28.         {
  29.             "ProductID": 3,
  30.             "ProductName": "Aniseed Syrup",
  31.             "CategoryID": 2,
  32.             "UnitPrice": 10,
  33.             "ReorderLevel": 25,
  34.             "LeadTime": "10 Days"
  35.         },
  36.         {
  37.             "ProductID": 4,
  38.             "ProductName": "Chef Anton's Cajun Seasoning",
  39.             "ProductDescription": "Cajun seasoning",
  40.             "CategoryID": 2,
  41.             "UnitPrice": 22,
  42.             "ReorderLevel": 0,
  43.             "LeadTime": "10 Days"
  44.         },
  45.         {
  46.             "ProductID": 5,
  47.             "ProductName": "Chef Anton's Gumbo Mix",
  48.             "ProductDescription": "Gumbo mix",
  49.             "CategoryID": 2,
  50.             "UnitPrice": 21.35,
  51.             "ReorderLevel": 0,
  52.             "LeadTime": "10 Days"
  53.         }
  54.     ]
  55. }